Goto

Collaborating Authors

 nlp framework


Maintaining Journalistic Integrity in the Digital Age: A Comprehensive NLP Framework for Evaluating Online News Content

Bojic, Ljubisa, Prodanovic, Nikola, Samala, Agariadne Dwinggo

arXiv.org Artificial Intelligence

The rapid growth of online news platforms has led to an increased need for reliable methods to evaluate the quality and credibility of news articles. This paper proposes a comprehensive framework to analyze online news texts using natural language processing (NLP) techniques, particularly a language model specifically trained for this purpose, alongside other well-established NLP methods. The framework incorporates ten journalism standards-objectivity, balance and fairness, readability and clarity, sensationalism and clickbait, ethical considerations, public interest and value, source credibility, relevance and timeliness, factual accuracy, and attribution and transparency-to assess the quality of news articles. By establishing these standards, researchers, media organizations, and readers can better evaluate and understand the content they consume and produce. The proposed method has some limitations, such as potential difficulty in detecting subtle biases and the need for continuous updating of the language model to keep pace with evolving language patterns.


Leveraging Twitter Data for Sentiment Analysis of Transit User Feedback: An NLP Framework

Das, Adway, Prajapati, Abhishek Kumar, Zhang, Pengxiang, Srinath, Mukund, Ranjbari, Andisheh

arXiv.org Artificial Intelligence

Traditional methods of collecting user feedback through transit surveys are often time-consuming, resource intensive, and costly. In this paper, we propose a novel NLP-based framework that harnesses the vast, abundant, and inexpensive data available on social media platforms like Twitter to understand users' perceptions of various service issues. Twitter, being a microblogging platform, hosts a wealth of real-time user-generated content that often includes valuable feedback and opinions on various products, services, and experiences. The proposed framework streamlines the process of gathering and analyzing user feedback without the need for costly and time-consuming user feedback surveys using two techniques. First, it utilizes few-shot learning for tweet classification within predefined categories, allowing effective identification of the issues described in tweets. It then employs a lexicon-based sentiment analysis model to assess the intensity and polarity of the tweet sentiments, distinguishing between positive, negative, and neutral tweets. The effectiveness of the framework was validated on a subset of manually labeled Twitter data and was applied to the NYC subway system as a case study. The framework accurately classifies tweets into predefined categories related to safety, reliability, and maintenance of the subway system and effectively measured sentiment intensities within each category. The general findings were corroborated through a comparison with an agency-run customer survey conducted in the same year. The findings highlight the effectiveness of the proposed framework in gauging user feedback through inexpensive social media data to understand the pain points of the transit system and plan for targeted improvements.


DeText: A deep NLP framework for intelligent text understanding

#artificialintelligence

Natural language processing (NLP) technologies are widely deployed to process rich natural language text data for search and recommender systems. Achieving high-quality search and recommendation results requires that information, such as user queries and documents, be processed and understood in an efficient and effective manner. In recent years, the rapid development of deep learning models has been proven successful for improving various NLP tasks, indicating the vast potential for further improving the accuracy of search and recommender systems. Deep learning-based NLP technologies like BERT (Bidirectional Encoder Representations from Transformers) have recently made headlines for showing significant improvements in areas such as semantic understanding when contrasted with prior NLP techniques. However, exploiting the power of BERT in search and recommender systems is a non-trivial task, due to the heavy computation cost of BERT models. In this blog post, we will introduce DeText, a state-of-the-art open source NLP framework for text understanding.


11 Data Science Videos Every Data Scientist Must Know

#artificialintelligence

I love learning and understanding data science concepts through videos. I simply do not have the time to pour through books and pages of text to understand different ideas and topics. Instead, I get a much better overview of concepts via videos and then pick and choose the topics I want to learn more about. The sheer quality and diversity of topics available on platforms like YouTube never ceases to amaze. I recently learned about the amazing XLNet framework for NLP from a video (which I have mentioned below for your consumption).


7 Amazing NLP Hack Sessions at DataHack Summit 2019

#artificialintelligence

This isn't a movie script or a futuristic scenario – this is all happening right now thanks to the power of Natural Language Processing (NLP)! I honestly feel the number of breakthroughs happening in this field is unparalleled. The past two years have been a blur – the Transformer architecture, introduced in 2017, has truly transformed the NLP space. From the super-efficient ULMFiT framework to Google's BERT, NLP is truly in the midst of a golden era. Are you ready to be part of this revolution?


Top 5 Python NLP Libraries to Build a Human like Applications

#artificialintelligence

Are you looking for Python NLP Libraries? I know it really confusing to find the best one . Usually when we search it on internet, we find a big list of framework . Do not worry, This article will not overload you with tons of information . Here I will list only which are the most useful and easy to learn and implement .All you need to read this article till end for understanding Pros and Cons for each NLP frameworks .